home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / panels / fixture opponent.xml < prev    next >
Encoding:
Extensible Markup Language  |  2005-09-25  |  1.4 KB  |  43 lines

  1. Ôªø<?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE panel SYSTEM "http://www.sigames.com/dtds/sios/panel.dtd">
  3.  
  4. <panel title="Fixture Opponent">
  5.  
  6.     <!--
  7.     This is the display for the list of fixtures which is 
  8.     displayed in the Fixtures section of your team screen
  9.     and when arranging friendly matches
  10.     -->
  11.  
  12.     <layout class="arrange_vertical_attachment" alignment="top" offset="0"/>
  13.     <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  14.     <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true" />
  15.  
  16.  
  17.     <widget class="table" id="fdet" height="32" mode="" layout="50, 30, -1, 30, 120, 50, -1" stretch_to_fit_rows="true">
  18.  
  19.         <!-- column display properties -->        
  20.         <list id="column_display_properties">
  21.             <record index="0" id="fore"/>
  22.             <record index="1" id="fotv"/>
  23.             <record index="2" id="foop"/>
  24.             <record index="3" id="fove"/>
  25.             <record index="4" id="foda"/>
  26.             <record index="5" id="foti"/>
  27.             <record index="6" id="foco"/>
  28.         </list>
  29.         
  30.             
  31.         <!-- default properties adopted by every item in table -->
  32.         <list id="column_properties">
  33.             <record index="0" alignment="left,centre_y" spec="text"/>
  34.             <record index="2" alignment="left,centre_y" />
  35.             <record index="3" alignment="centre,centre_y" colour="selection" />
  36.             <record index="4" alignment="left,centre_y"/>
  37.             <record index="6" colour="selection"/>
  38.         </list>
  39.  
  40.     </widget> <!-- table -->
  41.  
  42. </panel> <!-- main container widget -->
  43.